Properties of the TIBCConnectionOptions class.
For a complete list of the TIBCConnectionOptions class members, see the TIBCConnectionOptions Members topic.
Public
Published
| Name | Description |
|
AllowImplicitConnect (inherited from TDAConnectionOptions) |
Specifies whether to allow or not implicit connection opening.
|
|
CharLength |
Used to specify the size in bytes of a single character.
|
|
Charset |
Used to set character set that IBDAC uses to read and write character data.
|
|
ConnectionConfigOverrides |
Overrides the default settings in the client-side firebird.conf file.
|
|
EnableBCD |
Used to enable currency type.
|
|
EnableFMTBCD |
Used to enable using FMTBCD instead of float for large integer numbers to keep precision.
|
|
EnableMemos |
Used to enable creating TMemoField and TWideMemoField for BLOB fields with subtype 1.
|
|
IPVersion |
Used to specify Internet Protocol Version.
|
|
NoDBTriggers |
Used to disable all database triggers.
|
|
Protocol |
Used to specify the Network protocol of connection with InterBase server.
|
|
Role |
Used to specify the InterBase connection role.
|
|
TrustedAuthentication |
Used to apply Windows "Trusted User" security for authenticating Firebird users.
|
|
UseUnicode |
Used to enable or disable Unicode support.
|
|
WireCompression |
Used to enable or disable data compression over the wire at the global or individual database level.
|
See Also